home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / New System Software Extensions / ASLM SDK v1.1.2 / ASLM Examples / TestTools / Sources / BackDepLib2.exp < prev    next >
Encoding:
Text File  |  1994-11-21  |  269 b   |  20 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        BackDepLib2.exp
  3.  
  4.     Contains:    Exports file for BackDepLib2
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #include "BackDepLib.h"
  11.  
  12. Library
  13. {
  14.     id = "appl:test$BackDepLib2,1.1";
  15.     version = 1.1;
  16.     memory = client;
  17. };
  18.  
  19. Class TBackDep2;
  20.